home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_textP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  875 b   |  44 lines

  1. /*****************************************************************************
  2.   FILE           : ui_textP.h
  3.   SHORTNAME      : textP.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.  
  10.   AUTHOR         : Tilman Sommer
  11.   DATE           : 23.7.1990
  12.  
  13.   CHANGED BY     :
  14.   IDENTIFICATION : @(#)ui_textP.h    1.8 3/2/94
  15.   SCCS VERSION   : 1.8
  16.   LAST CHANGE    : 3/2/94
  17.  
  18.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  19.              
  20. ******************************************************************************/
  21.  
  22.  
  23. #ifndef _UI_TEXTP_DEFINED_
  24. #define _UI_TEXTP_DEFINED_
  25.  
  26.  
  27.  
  28.  
  29. extern void  ui_tw_errorMessage(char *message);
  30. extern void  ui_tw_printMessage(char *message);
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. #endif /* _UI_TEXTP_DEFINED_ */
  38.  
  39.  
  40. /* end of file */
  41. /* lines: 29 */
  42.  
  43. /* 43 lines generated by deleteprivatedefinitions.awk */
  44.